home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4248 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.tau.ac.il!usenet
  2. From: Avi Lev <avil@sapiens.com>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Mouse Help needed!
  5. Date: Mon, 26 Feb 1996 16:05:08 +0200
  6. Organization: Sapiens Technologies
  7. Message-ID: <3131BE14.7EEB@sapiens.com>
  8. References: <4gk4vh$krs@serra.unipi.it>
  9. NNTP-Posting-Host: honda.sapiens.co.il
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (WinNT; I)
  14.  
  15. Roberto Rocco_angeloni wrote:
  16. > I'd like to know if there is a way to move the mouse pointer via software
  17. > using screen or window structures (also any other way is welcome).
  18. > Thanks,
  19. > Roberto.sure there is...you'll have to get the input.device to help you 
  20. here by posting a fake mouse move message which will fool the 
  21. mouse handler into thinking that the mouse actually moved even 
  22. though it hasn't and therefore it'll move the pointer any way
  23. you want it, i don't really remember the specifics on how to
  24. implement it although i did use it once for some demos i did
  25. and it's really quite easy. don't forget to give it signed 
  26. offsets the way the mouse really works and not absolute 
  27. coordinates. sounds complex eh, well ain't the amiga a great 
  28. machine or what!
  29.